home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / compare.lha / Compare.doc < prev   
Text File  |  1995-11-02  |  982b  |  32 lines

  1. Compare 37.1:
  2.  
  3.     Just a small and quick utility that does longword by longword comparisons
  4. of files. Its command line interface is:
  5.  
  6.     FROM/A,TO/A,BUFFER/N,VERBOSE/S
  7.  
  8.     BUFFER defines the amount of memory used for each buffer. It allocates
  9. this amount for the FROM file and the TO file. Therefore it uses TWICE what
  10. this figure is. This figure is in bytes, and defaults to 262144 (256K).
  11.  
  12.     If a file is different in size it will tell you. If both files are the
  13. same size, it will tell you. If you specify the VERBOSE option it will tell
  14. you what files it is comparing, and it will indicate each longword that is
  15. different.
  16.  
  17.     No bugs known. I take no responsibility for any damages resulting
  18. directly or indirectly from using this program.
  19.  
  20.     C source is available from me - just ask.
  21.  
  22.     Any comments, bug reports, gifts, money can be sent to:
  23.  
  24. e-mail:
  25.     stuartm@zip.com.au
  26.  
  27. snail-mail:
  28.     Stuart MacKinnon
  29.     6/5 Abbey Street
  30.     Randwick NSW
  31.     Australia 2031
  32.